home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity PanOMatic.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2003-06-08  |  3KB  |  148 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 196
  3.   Top = 420
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 125
  8.   ClientWidth = 230
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 230
  25.     Height = 125
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object GridSelect: TQuickPaintBox
  31.       Left = 71
  32.       Top = 6
  33.       Width = 151
  34.       Height = 113
  35.       Cursor = crHandPoint
  36.       Hint = '|^bPanning / volume'
  37.       OnPaint = GridSelectPaint
  38.       OnMouseDown = GridSelectMouseDown
  39.       OnMouseMove = GridSelectMouseMove
  40.     end
  41.     object PanWheel: TWAVWheel
  42.       Left = 7
  43.       Top = 7
  44.       Width = 19
  45.       Height = 19
  46.       Hint = '|^b^aPanning'
  47.       Options = []
  48.       SlowMotionDiv = 4
  49.       Max = 256
  50.       Value = 128
  51.       DefaultValue = 128
  52.       OnChange = CutoffWheelChange
  53.       MouseButton = mbLeft
  54.       HotSideX = 5
  55.       HotSideY = 7
  56.       PopupMenu = SynthResModule.WheelMenu
  57.       BmpList = SynthResModule.MainWheelIL
  58.     end
  59.     object VolWheel: TWAVWheel
  60.       Tag = 1
  61.       Left = 36
  62.       Top = 7
  63.       Width = 19
  64.       Height = 19
  65.       Hint = '|^b^aVolume'
  66.       Options = []
  67.       MoveSpeed = 48
  68.       SlowMotionDiv = 4
  69.       Max = 320
  70.       Value = 256
  71.       DefaultValue = 256
  72.       OnChange = CutoffWheelChange
  73.       MouseButton = mbLeft
  74.       HotSideX = 5
  75.       HotSideY = 7
  76.       PopupMenu = SynthResModule.WheelMenu
  77.       BmpList = SynthResModule.MainWheelIL
  78.     end
  79.     object LFOSpdWheel: TWAVWheel
  80.       Tag = 5
  81.       Left = 36
  82.       Top = 91
  83.       Width = 19
  84.       Height = 19
  85.       Hint = '|^b^aLFO speed'
  86.       Options = []
  87.       MoveSpeed = 4096
  88.       SlowMotionDiv = 4
  89.       Max = 55000
  90.       Value = 27500
  91.       DefaultValue = 27500
  92.       OnChange = CutoffWheelChange
  93.       MouseButton = mbLeft
  94.       HotSideX = 5
  95.       HotSideY = 7
  96.       PopupMenu = SynthResModule.WheelMenu
  97.       BmpList = SynthResModule.MainWheelIL
  98.     end
  99.     object LFOAmtWheel: TWAVWheel
  100.       Tag = 4
  101.       Left = 7
  102.       Top = 91
  103.       Width = 19
  104.       Height = 19
  105.       Hint = '|^b^aLFO amount'
  106.       Options = []
  107.       SlowMotionDiv = 4
  108.       Max = 128
  109.       Value = 64
  110.       DefaultValue = 64
  111.       OnChange = CutoffWheelChange
  112.       MouseButton = mbLeft
  113.       HotSideX = 5
  114.       HotSideY = 7
  115.       PopupMenu = SynthResModule.WheelMenu
  116.       BmpList = SynthResModule.MainWheelIL
  117.     end
  118.     object LFODestSelect: TSelector
  119.       Tag = 3
  120.       Left = 33
  121.       Top = 55
  122.       Width = 27
  123.       Height = 27
  124.       Cursor = crHandPoint
  125.       Hint = '|^b^aLFO target'
  126.       NumCols = 1
  127.       NumRows = 3
  128.       DefaultValue = 0
  129.       OnChange = CutoffWheelChange
  130.       PopupMenu = SynthResModule.WheelMenu
  131.     end
  132.     object LFOShapeSelect: TSelector
  133.       Tag = 2
  134.       Left = 2
  135.       Top = 55
  136.       Width = 24
  137.       Height = 27
  138.       Cursor = crHandPoint
  139.       Hint = '|^b^aLFO shape'
  140.       NumCols = 1
  141.       NumRows = 3
  142.       DefaultValue = 0
  143.       OnChange = CutoffWheelChange
  144.       PopupMenu = SynthResModule.WheelMenu
  145.     end
  146.   end
  147. end
  148.